Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't have gtAuxiliaryJitType and gtOtherReg share a union #51627

Merged
2 commits merged into from
Apr 21, 2021

Conversation

tannergooding
Copy link
Member

This resolves the assert @AndyAyersMS was seeing in #47434 (comment).
Now that the JIT type is the underlying field, it is problematic to use GetAuxilliaryType in the hashing algorithm when gtAuxiliaryJitType and gtOtherReg were sharing memory.

@dotnet-issue-labeler dotnet-issue-labeler bot added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Apr 21, 2021
@ghost
Copy link

ghost commented Apr 21, 2021

Hello @tannergooding!

Because this pull request has the auto-merge label, I will be glad to assist with helping to merge this pull request once all check-in policies pass.

p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (@msftbot) and give me an instruction to get started! Learn more here.

@ghost ghost merged commit 5b5edaf into dotnet:main Apr 21, 2021
@karelz karelz added this to the 6.0.0 milestone May 20, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Jun 19, 2021
@tannergooding tannergooding deleted the fix-hwintrinsic-hash branch November 11, 2022 15:27
This pull request was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants